body {
    /* background-color: #72A0C1; */
    background-color: #F5F5F5 !important;
    margin: 0;
    padding: 0;
}

#btn {
    margin-bottom: 20px;
}

#btn {
    width: 90px;
    height: 30px;
    border: 1px solid #ef4036;
    background-color: white;
    text-transform: uppercase;
    /* color: #568fa6; */
    color: #ef4036;
    transition: all 0.3s ease;
    font-size: 16px !important;
    font-weight: 600;
}


#btn:hover {
    transform: scale(120%);
    /* background-image: linear-gradient(to  right, #0fd850 0%, #f9f047 100%) !important;
    transition: .5s ease !; */
    border-radius: 20px;
    transition: all 0.8s ease;
}

.sideline {
    width: 200px;
    height: 150px;
    background-color: white;
    margin: 30px 30px 30px 30px;
    /* color: #568fa6; */
    color: navy;
    position: relative;
    overflow: hidden;
    font-size: 25px !important;
    letter-spacing: 1px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 0;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    text-align: center;
    box-shadow: rgba(0, 0, 130, 0.466) 0px 5px 15px;
}

.sideline:before,
.sideline:after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    /* background-color: #00FF7F; */
    background-color: navy;
    transition: all 0.3s cubic-bezier(0.35, 0.1, 0.25, 1);
}

.sideline:before {
    right: 0;
    top: 0;
    transition: all 0.5s cubic-bezier(0.35, 0.1, 0.25, 1);
}

.sideline:after {
    left: 0;
    bottom: 0;
}

.sideline span {
    width: 100%;
    height: 100%;
    /* position: absolute; */
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    z-index: 1;
}

.sideline span:before,
.sideline span:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 0;
    /* background-color: #00FF7F; */
    background-color: navy;
    transition: all 0.3s cubic-bezier(0.35, 0.1, 0.25, 1);
}

.sideline span:before {
    right: 0;
    top: 0;
    transition: all 0.5s cubic-bezier(0.35, 0.1, 0.25, 1);
}

.sideline span:after {
    left: 0;
    bottom: 0;
}

.sideline p {
    margin-top: 2% !important;
    padding: 0;
    margin: 0;
    transition: all 0.4s cubic-bezier(0.35, 0.1, 0.25, 1);
    width: 100%;
}

.sideline p:before,
.sideline p:after {
    position: absolute;
    width: 100%;
    transition: all 0.4s cubic-bezier(0.35, 0.1, 0.25, 1);
    z-index: 1;
    left: 0;
}

.sideline p:before {
    content: attr(data-title);
    top: 50%;
    transform: translateY(-50%);
}

.sideline p:after {
    content: attr(data-text);
    top: 150%;
    color: #120531;
}

.sideline:hover:before,
.sideline:hover:after {
    width: 40%;
}

.sideline:hover span {
    z-index: 1;
}

.sideline:hover span:before,
.sideline:hover span:after {
    height: 40%;
}

.sideline:hover p:before {
    top: -50%;
    transform: rotate(5deg);
}

.sideline:hover p:after {
    top: 50%;
    transform: translateY(-50%);
}

.sideline.start {
    background-color: #120531;
    box-shadow: 0px 5px 10px -10px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
}

.sideline.start p:before {
    top: -50%;
    transform: rotate(5deg);
}

.sideline.start p:after {
    color: white;
    transition: all 0s ease;
    content: attr(data-start);
    top: 50%;
    transform: translateY(-50%);
    animation: start 0.3s ease;
    animation-fill-mode: forwards;
}

.sideline:hover {
    transform: scale(120%);
}

.footer-links {
    color: black;
}

footer {
    /* background-color: rgb(207, 207, 207); */
    background-color: #FFF;
    margin-top: auto;
    padding: 20px;
}

.foot {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

li,
ol {
    text-decoration: none;
    list-style: none;
}

a {
    text-decoration: none !important;
}


.closebtn {
    display: none;
}

.menu-icon {
    display: none;
}

.topbar {
    transition: .5s;
}

header {
    display: flex;
    align-items: end;
    justify-content: center;
    height: 80px;
}

ol {
    display: flex;
    padding-left: 0 !important;
    /* margin-left: 10%; */
}

.nav {
    /* text-align: end; */
    font-weight: bold;
    font-size: 18px;
    list-style: none;
    display: inline-flex;
    justify-content: right;
    /* padding: 20px; */
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 20px;
    /* justify-content: right; */
    opacity: 50%;
    color: black;
}

.nav:hover {
    transition: 0.2s;
    cursor: pointer;
    opacity: 100%;
    color: navy;
}

.bi-list {
    display: none;
    font-weight: 900px !important;
    font-size: 45px;
}

.bi-x {
    display: none;
    font-size: 45px;
    font-weight: bolder;
}

.t4 {
    display: none !important;
}


.response {
    display: none !important;
}

.ResNav {
    text-align: center;
    color: navy !important;
    font-size: 40px !important;
    font-weight: bold !important;
}

.offcanvas-backdrop.show {
    opacity: 0 !important;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}


#ongoingOrders {
    margin-top: 7%;
}

.new-orders-container{
    margin-top: 7%;
}

.textNewOrder{
    text-align: center;
    color: navy;
}

.ongoingOrderText {
    text-align: center;
}

.textOngoingOrder {
    text-align: center;
    color: #ef4036 !important;
    font-weight: 700 !important;
}

.modalContentText {
    color: navy;
    font-weight: 600;
    margin: 3%;
}

.modal-title {
    color: #ef4036;
}

h3 {
    color: #ef4036 !important;
}

.order-total {
    font-weight: 600;
}

.total-item {
    font-weight: 600;
}

.btn-secondary {
    background-color: navy !important;
}

.tax {
    font-weight: 600;
}

.charges {
    font-weight: 600;
}

.finalAmount {
    font-weight: 600;
}

ul {
    padding-left: 0 !important;
}

.modalContentText {
    border-bottom: 1px solid red;
    display: flex;
    justify-content: space-between;
}

header {
    border: 1px solid white;
    background-color: white;
    box-shadow: 0px 0px 25px lightgray;
    padding-left: 10px;
    padding-right: 10px;
}

#headerText {
    font-size: xx-large;
    text-align: left;
    color: navy;
}

.custom-modal-width {
    width: 600px !important;
}


.btn:focus,
.btn:active,
.btn:focus:active {
    outline: none !important;
    box-shadow: none !important;
}

.removeItem {
    height: 40px;
    margin-bottom: 1%;
    font-size: 12px !important;
    width: 60px;
    height: 30px;
}

.statusButtons {
    display: flex;
    justify-content: center;
}

.buttonss {
    margin: 1%;
}

.text-danger {
    color: #dc3545;
    text-decoration: line-through;
}

.removeItem:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.all-items-removed {
    opacity: 0.5;
}

.billingOfOrder {
    color: navy;
}

/* #ongoingOrders{
    margin-bottom: 5%;
} */

.orderAknowledgeBtn {
    margin: 1%;
}

.orderedItem {
    border: 1px solid red;
}

.ob {
    margin: 1%;
    color: white;
}

.modal-footer1 {
    display: flex;
    justify-content: center;
}

#button {
    margin: 1%;
}

.g-3 {
    margin: 3%;
}

.col-md-6 {
    /* margin: 3%; */
    width: 100% !important;
}



.form-label {
    padding-left: 7px;
}

#validationCustom03 {
    width: 424px;
    margin-left: 3%;
}

.backtoorder {
    background-color: red !important;
}

.completeorder {
    background-color: navy !important;
}

.readytoserve {
    background-color: black !important;
    color: white !important;
    outline: none !important;
    border: none !important;
}

.readytoserve:hover {
    color: white !important;
}

.gotobilling {
    background-color: crimson !important;
    outline: none !important;
    border: none !important;
}

.ch {
    margin-top: 2% !important;
}

.fa-spinner {
    color: #007bff;
}

.paymentType {
    color: navy;
    font-weight: 600;
}

select {
    color: #dc3545 !important;
    font-weight: 600 !important;
}

#finalbillingtext {
    color: navy;
    font-size: 16px;
}

.offcanvas {
    width: 250px !important;
}

.navtextresponsive {
    color: navy;
    font-size: 40px;
    text-align: center;
    font-weight: 600;
}

.navbar>.container-fluid {
    display: contents !important;
}

.offcanvas {
    width: 250px !important;
}

.responsiveNavbarText {
    color: navy;
    font-size: 40px;
    font-weight: 600;
    padding: 10px;
}

.navbar-brand {
    padding-left: 10px !important;
    font-size: 30px !important;
    color: navy !important;
}

.btn-close {
    box-shadow: none !important;
    outline: none !important;
}

hr {
    width: 95%;
    height: 6px !important;
    background-color: navy;
    opacity: .75 !important;
    border: none !important;
    margin: 0 auto !important;
}

div:where(.swal2-container) .swal2-html-container {
    color: navy !important;
    font-weight: 700 !important;
    font-size: 32px !important;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    background-color: red !important;
}

div:where(.swal2-container) h2:where(.swal2-title) {
    text-decoration: none !important;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel) {
    background-color: navy !important;
}

.ongoingOrderHR {
    width: 11% !important;
    height: 3px !important;
    opacity: .50 !important;
    background-color: red;
}

.newOrderHR{
    width: 11% !important;
    height: 3px !important;
    opacity: .50 !important;
    background-color: navy;
}

.dropdown-item{
    margin: 7px !important;
}

.new-order-label {
    position: relative;
    top: -25px; /* Adjust as needed to position above the box */
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 0, 0, 0.8);
    color: white;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
    z-index: 10;
    text-align: center;
    white-space: nowrap;
}


@keyframes blink {
    50% {
        opacity: 0;
    }
}

.blink {
    animation: blink 1s infinite;
}

.addItem{
    background-color: navy !important;
    outline: none !important;
    border: none !important;
    border-color: none !important;
}